A Survey on Methods for finding Min-Cut Tree
نویسندگان
چکیده
In this paper we have discussed all existing approaches to solve the problem for calculating the min-cut tree of an undirected edge-weighted graph and present a new approximation algorithm for constructing the minimum-cut tree. We discussed Gomory-Hu algorithm. The algorithm proposed by Gomory and Hu has time complexity O(V*time complexity of finding a min s-t cut). We also have discussed Ford-Fulkerson method. Running time of Ford-Fulkerson algorithm is O(ve). The asymptotically fastest maximumflow algorithms are based on push-relabel method and have the running time of O(V). M. Stoer and F. Wagner have given a simple and compact algorithm for finding the minimum cut of a graph. The algorithm is remarkably simple and has the fastest running time so far the algorithm consists of |V| 1 identical phases each of which requires O(|e| + |V| log |V|) time yielding an overall running time of O(|V||e| + log |V|). We present a new approximation algorithm for constructing the minimum cut tree. We calculate an upperbound value for each node in the graph. We define the upper bound value of each node as the value of cut which separates this node from rest of the graph and our algorithm runs in O(V.logV + V.d), where V is the number of vertices in the given graph and d is the degree of the graph. It is a significant improvement over time complexities of existing solutions. However, because of an assumption it does not produce correct result for all sorts of graphs but for the dense graphs success rate is more than 90%. Moreover in the unsuccessful cases, the deviation from actual result is very less (usually for less than 5% pairs) and for most of the pairs we obtain correct values of max-flow or min-cut.
منابع مشابه
Comparison of damage to residual stand due to applying two different harvesting methods in the Hyrcanian forest of Iran: cut-to-length vs. tree length
Damage to residual stand is unavoidable and it is one of the main important issues in the forest harvesting. Trees damage may occur in felling and skidding work phase or during skid trail construction. In any case, damage can be very serious to residual stand. Detailed study is necessary to find out the amount and severity of damage to trees; therefore district 14 of Kilesara in Guilan Province...
متن کاملMin-max and min-max regret versions of combinatorial optimization problems: A survey
Min-max and min-max regret criteria are commonly used to define robust solutions. After motivating the use of these criteria, we present general results. Then, we survey complexity results for the min-max and min-max regret versions of some combinatorial optimization problems: shortest path, spanning tree, assignment, min cut, min s-t cut, knapsack. Since most of these problems are NP -hard, we...
متن کاملMin-max and min-max regret versions of some combinatorial optimization problems: a survey
Min-max and min-max regret criteria are commonly used to define robust solutions. After motivating the use of these criteria, we present general results. Then, we survey complexity results for the min-max and min-max regret versions of some combinatorial optimization problems: shortest path, spanning tree, assignment, cut, s-t cut, knapsack. Since most of these problems are NP-hard, we also inv...
متن کاملSurvey of Directional Felling and Analysis of Effective Factors on Felling Error (Case Study; Iranian Caspian forests)
Economic and environmental logging is important for sustainable wood production in the Caspian forests, north of Iran. Predetermination of the skid trail network and directional felling is a usual recommended method to reduce logging impact. The aim of this study was evaluation of directional felling and finding factors effective on felling error. Totally 135 trees were selected randomly for di...
متن کاملA New Technique for Finding Min-cut Tree
In this paper we propose a new approximation algorithm for calculating the min-cut tree of an undirected edge-weighted graph. Our algorithm runs in O(V.logV + V.d), where V is the number of vertices in the given graph and d is the degree of the graph. It is a significant improvement over time complexities of existing solutions. However, because of an assumption it does not produce correct resul...
متن کامل